DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign,RectangleF[]) Method
In This Topic
Draws a
GrapeCity.Documents.Pdf.Graphics.FormXObject using specified bounds and image alignment.
The output parameter receives the actual bounds of the drawn object(s).
Syntax
'Declaration
Public Overloads Sub DrawForm( _
ByVal As FormXObject, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Nullable(Of RectangleF), _
ByVal As ImageAlign, _
ByRef () As System.Drawing.RectangleF _
)
public void DrawForm(
FormXObject ,
System.Drawing.RectangleF ,
System.Nullable<RectangleF> ,
ImageAlign ,
out System.Drawing.RectangleF[]
)
Parameters
- fxo
- The GrapeCity.Documents.Pdf.Graphics.FormXObject to draw.
- destBounds
- The destination rectangle.
- clipBounds
- The clipping rectangle, or null for no clipping.
- align
- The image alignment.
- imageBounds
- OUT: The actual bounds of the drawn image(s) (can be more than one if the image is tiled).
See Also